Learning Rust and Rust in Smart Contracts
Objectives
In this section you will learn about Rust:
- The Basics;
- Basic Control Flow;
- Basic Data Structure Types;
- Generic Types;
- Ownership & Borrowing Data;
- Object Oriented Programming - Traits;
- Cryptozombies - learn SC development via an interactive and gamified platform.
There will be 2 approaches:
- Tour of Rust - a step by step guide through the features of the Rust programming language;
- Cryptozombies - learn Rust and Smart Contract programming in a fun and easy way;